home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
24.event_flags
/
MyView.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
287b
|
22 lines
/* Generated by Interface Builder */
#import <appkit/View.h>
@interface MyView:View
{
id none;
id control;
id alternate;
id command;
id shift;
}
- setNone:anObject;
- setControl:anObject;
- setAlternate:anObject;
- setCommand:anObject;
- setShift:anObject;
@end